home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / CodeHints / Descriptions / asmovieclip.xml < prev    next >
Encoding:
Text File  |  2003-09-05  |  3.2 KB  |  39 lines

  1. <Strings>
  2.   <string id="MovieClip.attachMovie" value="Takes a movie from the library and attachs it to the stage."/>
  3.   <string id="MovieClip.createEmptyMovieClip" value="Creates an empty movie clip."/>
  4.   <string id="MovieClip.createTextField" value="Creates a Text Field object."/>
  5.   <string id="MovieClip.duplicateMovieClip" value="Duplicates a movie clip."/>
  6.   <string id="MovieClip.getBounds" value="Returns an Object representing the boundaries of the movie clip."/>
  7.   <string id="MovieClip.getBytesLoaded" value="Returns the number of bytes that have been downloaded."/>
  8.   <string id="MovieClip.getBytesTotal" value="Returns the expected total number of bytes."/>
  9.   <string id="MovieClip.getDepth" value="Returns the display depth the movie clip has been placed at."/>
  10.   <string id="MovieClip.getURL" value="Loads a document at the specified URL into the specified window."/>
  11.   <string id="MovieClip.globalToLocal" value="Converts the point object from Stage coodinates to the Movie Clip's coordinates."/>
  12.   <string id="MovieClip.gotoAndPlay" value="Starts playback at the indicated frame."/>
  13.   <string id="MovieClip.gotoAndStop" value="Moves the play head to the designated frame and halts."/>
  14.   <string id="MovieClip.hitTest" value="Evaluates whether the movie clip is over the hit area."/>
  15.   <string id="MovieClip.loadMovie" value="Loads a JPEG or SWF into the movie clip. "/>
  16.   <string id="MovieClip.loadVariables" value="Set variables from an external file."/>
  17.   <string id="MovieClip.localToGlobal" value="Translates the coordinates of the movie clip to screen coordinates."/>
  18.   <string id="MovieClip.nextFrame" value="Advances playback to the next frame."/>
  19.   <string id="MovieClip.play" value="Starts playback."/>
  20.   <string id="MovieClip.prevFrame" value="Moves the playhead to the previous frame."/>
  21.   <string id="MovieClip.removeMovieClip" value="Removes the movie clip from the stage."/>
  22.   <string id="MovieClip.setMask" value="Masks the movie clip with the provided movie clip."/>
  23.   <string id="MovieClip.startDrag" value="Lets the user drag the movie clip."/>
  24.   <string id="MovieClip.stop" value="Stops play back."/>
  25.   <string id="MovieClip.stopDrag" value="Halts the user from dragging the movie clip."/>
  26.   <string id="MovieClip.swapDepths" value="Exchange the placement of this movie clip with another."/>
  27.   <string id="MovieClip.unloadMovie" value="Removes a movie loaded with loadMovie."/>
  28.   <string id="MovieClip.beginFill" value="Indicates the beginning of a new drawing path."/>
  29.   <string id="MovieClip.beginGradientFill" value="Indicates the beginning of a new drawing path."/>
  30.   <string id="MovieClip.lineStyle" value="Sets the line style."/>
  31.   <string id="MovieClip.moveTo" value="Move the drawing to the specified coordinates."/>
  32.   <string id="MovieClip.lineTo" value="Draw a line."/>
  33.   <string id="MovieClip.curveTo" value="Draw a curve."/>
  34.   <string id="MovieClip.endFill" value="End the drawing path."/>
  35.   <string id="MovieClip.clear" value="Removes all the drawing commands."/>
  36.   <string id="MovieClip.onSetFocus" value="Invoked when the clip receives keyboard focus."/>
  37.   <string id="MovieClip.onKillFocus" value="Invoked when the clip loses keyboard focus."/>
  38. </Strings>
  39.